home *** CD-ROM | disk | FTP | other *** search
/ Mac-Source 1994 July / Mac-Source_July_1994.iso / Other Langs / Tickle-4.0 (tcl) / library / help / tcl / files / chmod < prev    next >
Encoding:
Text File  |  1993-10-26  |  350 b   |  9 lines  |  [TEXT/$Tcl]

  1.  
  2.  
  3.           chmod mode filelist
  4.                Set permissions of each of the files in the list filel-
  5.                ist  to mode, where mode is an absolute numeric mode or
  6.                symbolic permissions as in the UNIX  chmod(1)  command.
  7.                To  specify a mode as octal, it should be prefixed with
  8.                a "0" (e.g. 0622).
  9.